'Declaration
Public Overloads Function Add(Of T As {New, Chart})( _ ByVal topLeftCellAddress As String _ ) As T
'Usage
Dim instance As ChartCollection Dim topLeftCellAddress As String Dim value As T value = instance.Add(Of T)(topLeftCellAddress)
public T Add<T>( string topLeftCellAddress ) where T: new(), Chart
Parameters
Type Parameters
- T
- The type of Chart that will be added to the ChartCollection.
Return Value
The Chart that has been added to the ChartCollection.